"theme with olive color 808000" shadcn/ui theme

cyberpunk
high-contrast
neon
experimental
futuristic
bold-colors
immersive
disruptive-design
olive-theme
visual-impact

Shadcn/ui Theme Css Variables

name: Neon Olive Cyberpunkkeyword: theme with olive color 808000 views: 2

:root {
  --background: 80 128 0;
  --foreground: 255 215 0;
  --card: 80 128 0;
  --card-foreground: 255 215 0;
  --popover: 80 128 0;
  --popover-foreground: 255 215 0;
  --primary: 255 20 147;
  --primary-foreground: 0 255 255;
  --secondary: 138 43 226;
  --secondary-foreground: 255 255 0;
  --muted: 80 128 0;
  --muted-foreground: 255 215 0;
  --accent: 255 20 147;
  --accent-foreground: 0 255 255;
  --destructive: 255 0 0;
  --destructive-foreground: 255 255 255;
  --border: 255 215 0;
  --input: 255 215 0;
  --ring: 255 20 147;
  --radius: 0.75rem;
  --chart-1: 255 20 147;
  --chart-2: 0 255 255;
  --chart-3: 138 43 226;
  --chart-4: 255 215 0;
  --chart-5: 255 0 0;
}